InboundHandler

Rin : the Handle will read type Rout : Next Handle will Read Type

Members

Aliases

Context
alias Context = InboundHandlerContext!Rout
Undocumented in source.
rin
alias rin = Rin
Undocumented in source.
rout
alias rout = Rout
Undocumented in source.
win
alias win = uint
Undocumented in source.
wout
alias wout = uint
Undocumented in source.

Functions

read
void read(Context ctx, Rin msg)
Undocumented in source.
timeOut
void timeOut(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
transportActive
void transportActive(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.
transportInactive
void transportInactive(Context ctx)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

dir
enum dir;
Undocumented in source.

Meta